net/http.http2stream.sc (field)

8 uses

	net/http (current package)
		h2_bundle.go#L4657: 	sc        *http2serverConn
		h2_bundle.go#L5952: 	sc := st.sc
		h2_bundle.go#L5989: 	st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2StreamError{
		h2_bundle.go#L6132: 	sc := st.sc
		h2_bundle.go#L6188: 		sc:        sc,
		h2_bundle.go#L7052: 	sc := st.sc
		h2_bundle.go#L11239: 	if wr.stream.sc.maxFrameSize < allowed {
		h2_bundle.go#L11240: 		allowed = wr.stream.sc.maxFrameSize